-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat #91] 알림 목록/읽기 API #97
Conversation
Test Results 23 files 23 suites 13s ⏱️ Results for commit d3f666b. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨습니다! 특정 기간 이후에 알림을 테이블에서 삭제하는 스케줄러가 있으면 좋을 것 같아요~
src/test/java/com/dnd/gongmuin/notification/service/NotificationServiceTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/dnd/gongmuin/answer/service/AnswerService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/dnd/gongmuin/notification/controller/NotificationController.java
Outdated
Show resolved
Hide resolved
|
||
private BooleanExpression targetTypeEq(String type) { | ||
if (type == null || type.isEmpty() || "전체".equals(type)) { | ||
return null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
알림을 타입별로 조회했을 때 어떠한 이점이 있는지, 알림 필터링 기능이 있는 타 서비스는 어떤게 있는지 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
간편성..? 정도가 있다고 생각됩니다. 타 서비스에는 알림 필터링 기능들이 대부분 없지만 채팅과 게시글(답글, 채택) 관련 알림들이 한 곳에 모여 있는게 복잡해보이곘다 생각이 들어서요!
Code Coverage
|
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분